home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-19 | 3.5 KB | 106 lines |
- ; Digi Wan Links PVC Virtual Device.
- ;
- ; Copyright 1995-1997, Digi International
-
- [version]
- ;LayoutFile=layout.inf
- signature="$Windows NT$"
- Class=Net
- ClassGUID={4D36E972-E325-11CE-BFC1-08002BE10318}
- provider=%DIGI%
- DriverVer=10/19/1999,2.2.0.0
-
-
- [Manufacturer]
- %DIGI%=DIGIWANLINKS
-
-
- [DIGIWANLINKS]
- %WanLinksPvcFr.DeviceDesc% = WanLinksPvc.ndi, DIGI_PVCFR
- %WanLinksPvcX25.DeviceDesc% = WanLinksPvc.ndi, DIGI_PVCX25
-
- [ControlFlags]
- ExcludeFromSelect = * ;
-
- ;****************************************************************************
- ; Wan Links PVC Install Section
- ;****************************************************************************
-
- [WanLinksPvc.ndi.NT]
- AddReg = WanLinksPvc.ndi.reg, WanLinksPvc.staticparams.reg
- Characteristics = 0x1 ; NCF_VIRTUAL
-
- ;****************************************************************************
- ; WanLinks Adapter CoInstaller Sections
- ;****************************************************************************
-
- [WanLinksPvc.ndi.NT.CoInstallers]
- AddReg=WanLinksCommon.CoInstaller_AddReg
-
- [WanLinksCommon.CoInstaller_AddReg]
- HKR,,CoInstallers32,0x00010000,"syncprop.dll,DigiPVCCoInstaller"
-
- ;****************************************************************************
- ; Wan Links PVC Services Sections
- ;****************************************************************************
- [WanLinksPvc.ndi.NT.Services]
- AddService = DIGILAN, 2, WanLinksPvc.AddService, WanLinksPvc.AddEventLog
-
- [WanLinksPvc.AddService]
- DisplayName = %DIGILAN.DispName%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\DIGILAN.SYS
- LoadOrderGroup = NDIS ; DEFAULT_GROUP
-
- [WanLinksPvc.AddEventLog]
- AddReg=WanLinksPvc.AddEventLog.reg
-
- [WanLinksPvc.AddEventLog.reg]
- HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\digilan.sys"
- HKR,,TypesSupported,%REG_DWORD%,7
-
-
- ;****************************************************************************
- ; Wan Links PVC NDI Registry Sections
- ;****************************************************************************
- [WanLinksPvc.ndi.reg]
- ; NDI General Information
- HKR, Ndi, Service, , "DIGILAN"
- HKR, Ndi, HelpText, , %WanLinksPvc.HelpText%
-
- ; NDI Binding
- HKR, Ndi\Interfaces, DefUpper, , "ndis5"
- HKR, Ndi\Interfaces, DefLower, , "ethernet"
- HKR, Ndi\Interfaces, UpperRange, , "ndis5"
- HKR, Ndi\Interfaces, LowerRange, , "ethernet"
-
-
- ;**************************************************************************************
- ; Wan Links PVC Static Params
- ;**************************************************************************************
- [WanLinksPvc.staticparams.reg]
- HKR, , LowerFilters, 0x00010000, "DIGISXB"
-
- HKR, VendorSpecific, StartAdapter, 0x00010001, 0
-
- HKLM,Software\Digi\DigiLan\CurrentVersion,ServiceName,0x00000000,"DIGILAN"
- HKLM,Software\Digi\DigiLan\CurrentVersion,Title,0x00000000,%DIGILAN.DispName%
-
-
- ;**************************************************************************************
- ; Localizable Strings
- ;**************************************************************************************
- [strings]
- DIGI="Digi International, Inc."
-
- WanLinksPvcFr.DeviceDesc = "Digi Wan Links - Frame Relay PVC"
- WanLinksPvcX25.DeviceDesc = "Digi Wan Links - X.25 PVC"
-
- WanLinksPvc.HelpText = "This adapter enables your machine to access the network using a LAN interface"
-
- DIGILAN.DispName = "Digi Wan Links LAN Driver"
-
-
-